home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ProcessStuff.h
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <3> 6/24/96 NP 10002: Launch time speedups
- <2> 6/23/96 NP 10002: Add some routines.
- <1> 6/23/96 NP first checked in
-
- To Do:
- */
-
- #ifndef _PROCESSSTUFF_
- #define _PROCESSSTUFF_
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __FILES__
- #include <Files.h>
- #endif
-
- OSErr SystemProcessFileSpecFromName(FSSpec* fileSpec);
- OSErr SystemProcessFileSpecFromSecretResource(FSSpec* fileSpec);
- OSErr SystemProcessFileSpecFromSecretResource(FSSpec* fileSpec);
-
- #endif /* _PROCESSSTUFF_ */